home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / bb2000 / files / BluePriz.dxr / 00033.ls < prev    next >
Encoding:
Text File  |  1998-02-20  |  154 b   |  12 lines

  1. global gMasterObj
  2.  
  3. on startMovie
  4.   autoUnloadMovie(gMasterObj)
  5. end
  6.  
  7. on idle
  8.   if the platform = "Windows,32" then
  9.     checkSound(gMasterObj)
  10.   end if
  11. end
  12.